←Select platform

IccLookupTableBToATagType Constructor(int,int,IccTagTypeBase[],IccTagTypeBase[],IccTagTypeBase[],IccColorLookupTableBase,IccMatrix)

Summary

Initializes a new IccLookupTableBToATagType with explicit parameters.

Syntax
C#
VB
C++
  
Public Function New( _ 
   ByVal inputChannels As Integer, _ 
   ByVal outputChannels As Integer, _ 
   ByVal curveB() As IccTagTypeBase, _ 
   ByVal curveM() As IccTagTypeBase, _ 
   ByVal curveA() As IccTagTypeBase, _ 
   ByVal colorLookupTable As IccColorLookupTableBase, _ 
   ByVal matrix As IccMatrix _ 
) 

Parameters

inputChannels
Number of input channels.

outputChannels
Number of output channels.

curveB
Array that contains the B curves data of type IccCurveTagType or IccParametricCurveTagType.

curveM
Array that contains the M curves data of type IccCurveTagType or IccParametricCurveTagType.

curveA
Array that contains the A curves data of type IccCurveTagType or IccParametricCurveTagType.

colorLookupTable
Array that contains the CLUT data of type IccColorLookupTable8Bit or IccColorLookupTable16Bit.

matrix
IccMatrix class that contains the Matrix data.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ColorConversion Assembly